home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / IndividualPaneDiff.nib / data.classes next >
Text File  |  1993-06-27  |  843b  |  60 lines

  1. PaneAgent = {
  2.     OUTLETS = {
  3.     controller;
  4.     inspectorBox;
  5.     };
  6.     SUPERCLASS = UniqueAgent;
  7. };
  8. NibAgent = {
  9.     ACTIONS = {
  10.     makeKeyAndOrderFront:;
  11.     };
  12.     OUTLETS = {
  13.     mainWindow;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. IndividualPaneAgent = {
  23.     ACTIONS = {
  24.     changeNumLicenses:;
  25.     };
  26.     OUTLETS = {
  27.     numField;
  28.     };
  29.     SUPERCLASS = StudentPaneAgent;
  30. };
  31. LicensePaneAgent = {
  32.     ACTIONS = {
  33.     selectText:;
  34.     nextForm:;
  35.     toggleNonUS:;
  36.     printEmulator:;
  37.     };
  38.     OUTLETS = {
  39.     nameForm;
  40.     foreignForm;
  41.     cityForm;
  42.     stateForm;
  43.     zipForm;
  44.     nonUSSwitch;
  45.     };
  46.     SUPERCLASS = PaneAgent;
  47. };
  48. UniqueAgent = {
  49.     ACTIONS = {
  50.     windowWillClose:;
  51.     };
  52.     SUPERCLASS = NibAgent;
  53. };
  54. StudentPaneAgent = {
  55.     OUTLETS = {
  56.     totalField;
  57.     };
  58.     SUPERCLASS = LicensePaneAgent;
  59. };
  60.